Class Exercise: Analyzing FTP Traffic with Wireshark

Objective

In this exercise, you will use Wireshark to capture and analyze an FTP session. You’ll learn how FTP works, what information is transmitted in clear text, and the implications of using non-secure FTP protocols.


Step-by-Step Instructions

1. Start Wireshark


2. Initiate FTP Connection

Open a terminal that supports FTP, then enter the following commands:

ftp -p
open ftp.rfc-editor.org
Name: anonymous
Password: your-email-address
ls
cd in-notes
ls rfc959.txt
get rfc959.txt
ls
close
quit

3. Stop Wireshark Capture


4: Export FTP Objects


Answer the following:

  1. What do you see listed in the export window?
    • (Look for file names, sizes, types.)
  2. Click “Save All” and choose a location on your system.
    • What happens after saving the file?
    • Were you able to open it? What did the file contain?
  3. Observations:
    • What are the implications of being able to extract files like this from a packet capture?
    • What does this tell you about using unencrypted FTP on public or shared networks?

Submission Instructions

Post your answers in Marmoset by the scheduled due date in the syllabus.

Please submit the following:

Double-check that your screenshots clearly show packet details and are legible.